Lucene search

K

10167 matches found

CVE
CVE
added 3 days ago3 views

CVE-2025-38717

In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcm_unattach() syzbot found a race condition when kcm_unattach(psock)and kcm_release(kcm) are executed at the same time. kcm_unattach() is missing a check of the flagkcm->tx_stopped before calling...

5.8AI score0.00018EPSS
CVE
CVE
added 3 days ago3 views

CVE-2025-38718

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctp_rcv A cloned head skb still shares these frag skbs in fraglist with theoriginal head skb. It's not safe to access these frag skbs. syzbot reported two use-of-uninitialized-memory bugs caus...

5.9AI score0.00024EPSS
CVE
CVE
added 3 days ago3 views

CVE-2025-38719

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix the division by zero issue When the network port is down, the queue is released, and ring->len is 0.In debugfs, hbg_get_queue_used_num() will be called,which may lead to a division by zero issue. This patch add...

5.9AI score0.00017EPSS
CVE
CVE
added 3 days ago3 views

CVE-2025-38721

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix refcount leak on table dump There is a reference count leak in ctnetlink_dump_table():if (res ct_general); // HEREcb->args[1] = (unsigned long)ct;... While its very unlikely, its possible that ct == las...

5.7AI score0.00033EPSS
CVE
CVE
added 3 days ago3 views

CVE-2025-38722

In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix UAF in export_dmabuf() As soon as we'd inserted a file reference into descriptor table, anotherthread could close it. That's fine for the case when all we are doing isreturning that descriptor to userland (it's a ra...

5.7AI score0.00018EPSS
CVE
CVE
added 3 days ago3 views

CVE-2025-38723

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix jump offset calculation in tailcall The extra pass of bpf_int_jit_compile() skips JIT context initializationwhich essentially skips offset calculation leaving out_offset = -1, sothe jmp_offset in emit_bpf_tail_c...

6AI score0.00024EPSS
CVE
CVE
added 3 days ago3 views

CVE-2025-38727

In the Linux kernel, the following vulnerability has been resolved: netlink: avoid infinite retry looping in netlink_unicast() netlink_attachskb() checks for the socket's read memory allocationconstraints. Firstly, it has: rmem sk_rcvbuf) to check if the just increased rmem value fits into the sock...

5.8AI score0.00033EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39681

In the Linux kernel, the following vulnerability has been resolved: x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper Since 923f3a2b48bd ("x86/resctrl: Query LLC monitoring properties once during boot") resctrl_cpu_detect() has been moved from common CPU initialization code tothe v...

6.1AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39684

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl() syzbot reports a KMSAN kernel-infoleak in do_insn_ioctl(). A kernelbuffer is allocated to hold insn->n samples (each of which is anunsigned int)....

5.9AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39686

In the Linux kernel, the following vulnerability has been resolved: comedi: Make insn_rw_emulate_bits() do insn->n samples The insn_rw_emulate_bits() function is used as a default handler forINSN_READ instructions for subdevices that have a handler forINSN_BITS but not for INSN_READ. Similarly, ...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39693

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid a NULL pointer dereference [WHY]Although unlikely drm_atomic_get_new_connector_state() ordrm_atomic_get_old_connector_state() can return NULL. [HOW]Check returns before dereference. (cherry picked from commit...

5.9AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Flush delayed SKBs while releasing RXE resources When skb packets are sent out, these skb packets still depends onthe rxe resources, for example, QP, sk, when these packets aredestroyed. If these rxe resources are release...

5.9AI score0.00017EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39701

In the Linux kernel, the following vulnerability has been resolved: ACPI: pfr_update: Fix the driver update version check The security-version-number check should be used ratherthan the runtime version check for driver updates. Otherwise, the firmware update would fail when the update binary hada l...

6AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39703

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skbcan result in a crash (kernel BUG): [ 45.390915] skbuff: skb_under_panic: text:ffffffff86f32cac len:26 put:14 he...

5.6AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39704

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix stack protector issue in send_ipi_data() Function kvm_io_bus_read() is called in function send_ipi_data(), buffersize of parameter *val should be at least 8 bytes. Since some emulationfunctions like loongarch_ip...

6.4AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39705

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a Null pointer dereference vulnerability [Why]A null pointer dereference vulnerability exists in the AMD display driver's(DC module) cleanup function dc_destruct().When display control context (dc->ctx) cons...

5.8AI score0.00017EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39706

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFDdebugfs before kfd_process_destroy_wq. Move kfd_process_destroy_wq priorto kfd_debugfs_fini to fix a kerne...

5.8AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39708

In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix NULL pointer dereference A warning reported by smatch indicated a possible null pointerdereference where one of the arguments to API"iris_hfi_gen2_handle_system_error" could sometimes be null. To fix this, add a ch...

5.8AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39709

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt isregistered. If the IRQ is registered before hfi_create(), it's possible that aninterrupt fires bef...

5.9AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39713

In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt() In the interrupt handler rain_interrupt(), the buffer full check onrain->buf_len is performed before acquiring rain->buf_lock. Thiscreates a Time-of-Check t...

6.2AI score0.0003EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39714

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Lock resolution while streaming When an program is streaming (ffplay) and another program (qv4l2)changes the TV standard from NTSC to PAL, the kernel crashes due to tryingto copy to unmapped memory. Changing from NTSC...

5.9AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39715

In the Linux kernel, the following vulnerability has been resolved: parisc: Revise gateway LWS calls to probe user read access We use load and stbys,e instructions to trigger memory referenceinterruptions without writing to memory. Because of the way readaccess support is implemented, read access i...

6.2AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39716

In the Linux kernel, the following vulnerability has been resolved: parisc: Revise __get_user() to probe user read access Because of the way read access support is implemented, read accessinterruptions are only triggered at privilege levels 2 and 3. Thekernel executes at privilege level 0, so __get...

6AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39718

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skb_put() When receiving a vsock packet in the guest, only the virtqueue buffersize is validated prior to virtio_vsock_skb_rx_put(). Unfortunately,virtio_vsock_skb_rx_put() uses...

6AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39719

In the Linux kernel, the following vulnerability has been resolved: iio: imu: bno055: fix OOB access of hw_xlate array Fix a potential out-of-bounds array access of the hw_xlate array inbno055.c. In bno055_get_regmask(), hw_xlate was iterated over the length of thevals array instead of the length o...

5.8AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39720

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix refcount leak causing resource not released When ksmbd_conn_releasing(opinfo->conn) returns true,the refcount was notdecremented properly, causing a refcount leak that prevents the count fromreaching zero and the memo...

5.9AI score0.00018EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39721

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - flush misc workqueue during device shutdown Repeated loading and unloading of a device specific QAT driver, forexample qat_4xxx, in a tight loop can lead to a crash due to ause-after-free scenario. This occurs when a ...

5.6AI score0.00026EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39722

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULP Since the CAAM on these SoCs is managed by another ARM core, called theSECO (Security Controller) on iMX8QM and Secure Enclave on iMX8ULP, whichalso reserves access to r...

5.8AI score0.00017EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39724

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: fix panic due to PSLVERR When the PSLVERR_RESP_EN parameter is set to 1, the device generatesan error response if an attempt is made to read an empty RBR (ReceiveBuffer Register) while the FIFO is enabled. In serial82...

5.9AI score0.00024EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39725

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list In shrink_folio_list(), the hwpoisoned folio may be large folio, whichcan't be handled by unmap_poisoned_folio(). For THP, try_to_unmap_one()must be passed with TT...

5.6AI score0.00017EPSS
CVE
CVE
added 2 days ago3 views

CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ism_cmd() The s390x ISM device data sheet clearly states that only onerequest-response sequence is allowable per ISM function at any point intime. Unfortunately as of today the s390/ism drive...

6.3AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38731

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix vm_bind_ioctl double free bug If the argument check during an array bind fails, the bind_ops are freedtwice as seen below. Fix this by setting bind_ops to NULL after freeing. ============================================...

5.9AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38732

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject: don't leak dst refcount for loopback packets recent patches to add a WARN() when replacing skb dst entry found anold bug: WARNING: include/linux/skbuff.h:1165 skb_dst_check_unset include/linux/skbuff.h:1164 [i...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38733

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Do not map lowcore with identity mapping Since the identity mapping is pinned to address zero the lowcore is alwaysalso mapped to address zero, this happens regardless of the relocate_lowcorecommand line option. If the opt...

5.7AI score0.00017EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38734

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF on smcsk after smc_listen_out() BPF CI testing report a UAF issue: [ 16.446633] BUG: kernel NULL pointer dereference, address: 000000000000003 0[ 16.447134] #PF: supervisor read access in kernel mod e[ 16.447516] #...

5.9AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38735

In the Linux kernel, the following vulnerability has been resolved: gve: prevent ethtool ops after shutdown A crash can occur if an ethtool operation is invokedafter shutdown() is called. shutdown() is invoked during system shutdown to stop DMA operationswithout performing expensive deallocations. ...

5.8AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38736

In the Linux kernel, the following vulnerability has been resolved: net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization Syzbot reported shift-out-of-bounds exception on MDIO bus initialization. The PHY address should be masked to 5 bits (0-31). Without thismask, invalid PHY addr...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-38737

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uninitialised variable Fix smb3_init_transform_rq() to initialise buffer to NULL before callingnetfs_alloc_folioq_buffer() as netfs assumes it can append to the buffer itis given. Setting it to NULL means it s...

6AI score0.00017EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39673

In the Linux kernel, the following vulnerability has been resolved: ppp: fix race conditions in ppp_fill_forward_path ppp_fill_forward_path() has two race conditions: The ppp->channels list can change between list_empty() andlist_first_entry(), as ppp_lock() is not held. If the only channelis de...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39674

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ufs-qcom: Fix ESI null pointer dereference ESI/MSI is a performance optimization feature that provides dedicatedinterrupts per MCQ hardware queue. This is optional feature and UFS MCQshould work with and without ESI feat...

6AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39675

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session() The function mod_hdcp_hdcp1_create_session() calls the functionget_first_active_display(), but does not check its return value.The return value is a null po...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39676

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxx_get_ep_fwdb() function is supposed to return NULL on error,but qla4xxx_ep_connect() returns error pointers. Propagating the errorpointers will lead to an Oops...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39677

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix backlog accounting in qdisc_dequeue_internal This issue applies for the following qdiscs: hhf, fq, fq_codel, andfq_pie, and occurs in their change handlers when adjusting to the newlimit. The problem is the following...

6.2AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39678

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL If metric table address is not allocated, accessing metrics_bin willresult in a NULL pointer dereference, so add a check.

5.9AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39679

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor(). When the nvif_vmm_type is invalid, we will return error directlywithout freeing the args in nvif_vmm_ctor(), which leading a memoryleak. Fix it by setting the ret -EIN...

5.9AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39680

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer The data->block[0] variable comes from user. Without proper check,the variable may be very large to cause an out-of-bounds bug. Fix this bug by checking the value of ...

5.8AI score0.00027EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39682

In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rx_list Each recvmsg() call must process either only contiguous DATA records (any number of them) one non-DATA record If the next record has different type than what has already beenp...

5.7AI score0.00018EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39683

In the Linux kernel, the following vulnerability has been resolved: tracing: Limit access to parser->buffer when trace_get_user failed When the length of the string written to set_ftrace_filter exceedsFTRACE_BUFF_MAX, the following KASAN alarm will be triggered: BUG: KASAN: slab-out-of-bounds in...

5.8AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39685

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number(0x80008000) that was too large,which triggered the oob. Added an interrupt number check to prevent users from passing in an irqnumber that was too la...

6.1AI score0.00024EPSS
CVE
CVE
added 2 days ago2 views

CVE-2025-39687

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that ultimately user spacecan read, ensure we zero it.

6AI score0.00024EPSS
Total number of security vulnerabilities10167